home *** CD-ROM | disk | FTP | other *** search
- ** LOGONTYM.BMC -- LOGON.BMC
- **
- ** This script is used to setup your modem, dial the modem, log
- ** onto BIX, and wait till BIX is a its Main System Prompt. It
- ** performs no other functions.
- **
- Echo "On"
- Screen "On"
- Show "Setting Up Modem . . .\n"
- Puts "ATZ\r"
- Wait "2"
-
- Watch_Start
-
- Show "Dialing Number\n"
- Puts "AT DT@BIX's PHONE@\r"
-
- Watch_00 "CONNECT"
- Show "\nConnected to Tymnet.\n"
- Watch_Del_00
- Wait "6"
- Puts "a"
-
- Watch_01 "CARRIER"
- Return
-
- Watch_02 "log in:"
- Puts "@ACCESS ID@\b\r"
- Echo "OFF"
-
- Watch_03 "Name?"
- Puts "@USER ID@\n"
-
- Watch_04 "Password:"
- Screen "Off"
- Puts "@PASSWORD@\n"
- Screen "On"
- Show "*****************\n"
-
- Watch_05 "Last on:"
- Gets "\n"
- Puts "Echo Ready\n"
-
- Watch_06 ".More.."
- Puts "\rEcho Ready\r"
-
- Watch_07 "option or ? for help:"
- Puts "8\r"
- Getc ":"
- Puts "Echo Ready\r"
-
- Watch_08 "Ready"
- Watch_Del_01
- Watch_Del_02
- Watch_Del_03
- Watch_Del_04
- Watch_Del_05
- Watch_Del_06
- Watch_Del_07
- Watch_Del_08
- Show "\nJLBlink welcomes you, @USER ID@, to BIX!\n"
-
- Watch_End
-
-